Skip to content

Conversation

dean-journeyapps
Copy link
Collaborator

Created Supabase connector. Using the configuration in the .env, the user can swop between using the NodeConnector and SupabaseConnector. The Supabase connector implementation needed a work-around for the PATCH event as the dotnet Supabase sdk requires strongly typed property names in the update query. I used my SupabasePatchHelper class to do this by dynamically applying the Set operation to the table; it maps the property by its JSON Property Name (Set in the model class)

@Chriztiaan Chriztiaan marked this pull request as ready for review April 10, 2025 08:50
Chriztiaan
Chriztiaan previously approved these changes Apr 10, 2025
Copy link
Collaborator

@Chriztiaan Chriztiaan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for applying the feedback, works well and the switch between the two is simple enough.

@Chriztiaan Chriztiaan merged commit 32860ec into main May 26, 2025
1 check passed
@Chriztiaan Chriztiaan deleted the supabase-connector branch May 26, 2025 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants